home *** CD-ROM | disk | FTP | other *** search
- From: Chris Roberts <ctr@pyrite.som.cwru.edu>
- Subject: Re: Mounting an Appleshare volume?
-
- In article <bkj.759742633@als> Brian Krainer Jacobsen,
- bkj@als.sdrborges.dk writes:
- >>> Okay, I've been struggling with this for a week, now. If I know the name
- >>> of the volume, and the zone it's in, and all that juicy stuff, how do I get
- >>> it to mount? Everything seems to want a volume refnum.
-
- This code does indeed mount a volume... Look up the structures and calls
- I use in it, since this code may be a little disorganized (and thus hard
- to follow)..
-
- -------------------------
-
- The words in all CAPS are self-defined OFFSETS in a block of data.
-
- Look at the AFPVolMountInfo Record for the
- pb is a ParamBlockRec into which myMount gets loaded into.
-
- Also, as with most calls all the strings are pascal strings.
-
- Hope this helps, any more questions, send me email at
- ctr@pyrite.som.cwru.edu
-